home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BBS / TAPEDR42.ARJ / WHATS.NEW < prev   
Text File  |  1991-09-08  |  4KB  |  104 lines

  1.  
  2.  
  3.                   WHAT'S NEW IN VER 4.2  08-26-91
  4.  
  5. Ver 4.2 will use all the same commands and files as before. just
  6. copy the TAPE42.EXE ,Rename your TAPE41.CFG To TAPE42.CFG if you
  7. like and change the calling batch files to call TAPE42 TAPE42.CFG.
  8. If you would like to use the errorlevels in 4.2 then READ ON!.
  9.  
  10.  
  11. Prompts:
  12.  
  13.         When entering a filename tape door will no longer use the hot
  14.         key setting at 12 characters but will now wait for 15 chr to
  15.         lessen the confusion when a 12 character filename is entered
  16.         there by killing the hot key effect.
  17.  
  18.  
  19.  Volume check:
  20.  
  21.         Tapedoor will now check for the existence of the Volume text file.
  22.         when prompted for a Volume number their file is in, If the caller
  23.         chose volume 1 it will attempt to find the coinciding text
  24.         file for this area if found it will then prompt for the
  25.         filename if the door is set to use filenames not volume numbers
  26.         If The volume text file did not exist it will display a error
  27.         and return them to the volume prompt.
  28.  
  29.  
  30.  File Check:
  31.  
  32.         Each time a filename is entered Tapedoor will open the Volume
  33.         text file for that file and input the first 13 bytes of each
  34.         line and compare each file in the txt file to their file name
  35.         if the file was not found it would return them to the same spot
  36.         before entering the bad file name after displaying a file not
  37.         found message.
  38.  
  39.  Errorlevels:
  40.  
  41.         Tape Door now uses errorlevels in the calling batch file
  42.         errorlevel 255 is passed when a user selects 4 to exit the door
  43.         errorlevel 254 is passed when the user restores a file and a
  44.         errorlevel of 253 is passed when a user aborts a restore job.
  45.  
  46.         Here is my batch file! (TAPEDOOR.BAT)
  47.  
  48.        @ECHO OFF
  49.        CD\SF\DOORS\TAPEDOOR
  50.       :LOOP
  51.          TAPE42 TAPE42.CFG
  52.          IF ERRORLEVEL 255 GOTO GONE
  53.          IF ERRORLEVEL 254 GOTO RESTORE1
  54.          IF ERRORLEVEL 253 GOTO NOPE
  55.          GOTO GONE
  56.       :RESTORE1
  57.          REM ERR=254 WAS CALLED "CALLING TAPE DRIVE/POST.BAT"
  58.          CALL-IT.EXE POST.BAT
  59.          DEL POST.BAT
  60.          GOTO LOOP
  61.       :NOPE
  62.          REM ERR=253 WAS CALLED "ABORTED RESTORE JOB"
  63.          GOTO LOOP
  64.       :GONE
  65.          REM ERR=255 WAS CALLED "EXIT DOOR"
  66.  
  67.  New displays:
  68.  
  69.         The main menu has lost its Box surround the display to speed up
  70.         the menu.
  71.         After the post message is displayed or the users choses EXIT
  72.         it will display there files or volume number that their about
  73.         to restore and give them the option to abort the restore job and
  74.         pass a errorlevel of 253 to the calling bat file.
  75.  
  76.      
  77. // Ver 4.1 //
  78.  
  79.  Will respond to symbols in the text display to color the string or
  80.  parts of it,,, more info in the color me section.
  81.  
  82.  Tape door 4.1 is now a stand alone EXE
  83.  
  84.  Will now return the comport as 0 when the sysop logs on locally to
  85.  force a bad command if the CTTY COM Command is used to allow the sysop
  86.  to use the door, and not beat on the modem.
  87.  
  88.   Tape Door will now display a message on how the sysop has setup the door
  89.   to restore the file<s>, Read and edit POST.MSG this will be display just
  90.   before tape door exits.
  91.  
  92.   Will allow the sysop to set how many files the user can restore at one time
  93.   this is for tape drives that can restore multi files from their tape.
  94.  
  95.   Will allow the sysop to set if * or ? will be used in the filename, on some
  96.   drives this will restore all of a volume to the bbs.
  97.  
  98.   Now allows the sysop to choose whether to restore Volumes or files to the
  99.   system, if Restoring by vol you will have to backup each program to a volume
  100.   of its own this way will allow programs with multi files to be restored to
  101.   bbs, tape door will allow you to use 99999 volumes. the volume number will
  102.   be sent to TAPE_41.BAT as %2 and will set the filename to *.* as %3.
  103.  
  104.